home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-03-20 | 1.7 KB | 82 lines |
- [Company]
- ;label of the Tab control
- TabLabel=HookUp
-
- ;DIB file displaying logo
- LogoFile=hookup.dib
-
- ;3 line company description
- Label1=HookUp Communication Corporation Waterloo
- Label2=All the power of Internet at your fingertips.
- Label3=Plug into the world today, the most convenient way, with HookUp
-
- ;Credit card support
- Visa=yes
- MasterCard=yes
- AmericanExpress=no
- Discover=no
-
- ;Title string for the More Info text
- InfoTitle=More about HookUp Communications
- ;File containing company information
- InfoFile=hookup.txt
-
- ;Specify the # of available phone numbers
- TotalPhone=1
- ;Specify the # of additional information fields needed
- TotalField=5
-
- ;Login script
- Script=login: qiapcpw$n word: qiapcp$n
-
- [PhoneList]
- Phone1=+1 (905) 847-8587
-
- ; Additional information for form 2
- [Field 1]
- UserLabel=Name as it appears on credit card:
- InfoLabel=CCName
- Require=yes
- Length=45
- Type=Ascii
- ErrMsg=You must enter your name as it appears on your credit card.
-
- [Field 2]
- UserLabel=User Name (5 to 8 characters)
- InfoLabel=UserName1
- Length=8
- Require=yes
- ErrMsg=User Name for the Provider Extended Information must be specified
- MinLen=5
- ; type of the data, could be:
- ; Alpha - 'A'-'Z' or 'a'-'z'
- ; AlphaNum - 'A'-'Z', 'a'-'z', or '0'-'9'
- ; Ascii - ASCII character (0x00 - 0x7F)
- ; Digit - '0'-'9'
- Type=AlphaNum
-
- [Field 3]
- UserLabel=User Name 2 (Optional)
- InfoLabel=UserName2
- Length=8
- Require=no
- MinLen=5
- Type=AlphaNum
-
- [Field 4]
- UserLabel=User Name 3 (Optional)
- InfoLabel=UserName3
- Length=8
- Require=no
- MinLen=5
- Type=AlphaNum
-
- [Field 5]
- UserLabel=Package number (default 101)
- InfoLabel=PackNum
- Length=3
- Require=no
- ErrMsg=Pacakge number is a 3 digit number
- MinLen=3
- Type=Digit
-